home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 89 / PIWD89.iso / pc / CONTENTS / BONUS / FULL / wikiwriter / setup-ww2x.exe / {app} / help / tutor07.db < prev    next >
Encoding:
Text File  |  2002-09-25  |  968 b   |  38 lines

  1. @@title WikiWriter Tutorial: Build numbered lists
  2.  
  3. .nav WikiWriter Tutorial: ((tutor06|Prev)) | ((tutor00|Up)) | ((tutor08|Next))
  4.  
  5. .end
  6.  
  7. == Build numbered lists
  8.  
  9. To make a numbered list, use the "hash" (pound sign) token for each list item, with a slash-hash (/#) on a line by itself to mark the end of the list:
  10.  
  11. <pre>
  12.  
  13.     # List item one
  14.  
  15.     # List item two
  16.  
  17.     # List item three
  18.  
  19.     /#
  20.  
  21. </pre>
  22.  
  23. gives you:
  24.  
  25. # List item one
  26.  
  27. # List item two
  28.  
  29. # List item three
  30.  
  31. /#
  32.  
  33.  
  34.  
  35. Try it out.
  36.  
  37.  
  38.  
  39. Still working on [[b Second Page]], change each star token to a hash token, and change the slash-star to a slash-hash:
  40.  
  41. <pre># Link back to ((Home)).
  42.  
  43. # This link goes to the ((Third Page|next)) page.
  44.  
  45. /#
  46.  
  47. </pre>
  48.  
  49.  
  50.  
  51. Here's the result:
  52.  
  53. .result
  54.  
  55. == My second page.
  56.  
  57. # Link back to ((Home)).
  58.  
  59. # This link goes to the ((Third Page|next)) page.
  60.  
  61. /#
  62.  
  63. .end
  64.  
  65.  
  66.  
  67. .nav WikiWriter Tutorial: ((tutor06|Prev)) | ((tutor00|Up)) | ((tutor08|Next))
  68.  
  69. .end
  70.  
  71.  
  72.  
  73.  
  74.